QuickOPC User's Guide and Reference
DAVtq<TValue> Constructor(DAVtq<TValue>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAVtq<TValue> Class > DAVtq<TValue> Constructor : DAVtq<TValue> Constructor(DAVtq<TValue>)
The object containing the value, timestamp and quality to be copied from.
Initializes a new copy of the DAVtq<TValue> object.
Syntax
'Declaration
 
Public Function New( _
   ByVal vtq As DAVtq(Of TValue) _
)
'Usage
 
Dim vtq As DAVtq(Of TValue)
 
Dim instance As New DAVtq(Of TValue)(vtq)
public DAVtq<TValue>( 
   DAVtq<TValue> vtq
)
public:
DAVtq<TValue>( 
   DAVtq<TValue^>^ vtq
)

Parameters

vtq
The object containing the value, timestamp and quality to be copied from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also